libxc: Fix xc_domain_get_tsc_info to return -1 instead of -Exx.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Mar 2015 00:24:09 +0000 (20:24 -0400)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 20 Mar 2015 16:04:35 +0000 (16:04 +0000)
commit21aa87829b06606692390207781f58edf6286318
tree5b883f9915ea3f66b078746cc0fbaa1e904dbf2f
parente12c6e8d186e42e659122461735ea38963c1d153
libxc: Fix xc_domain_get_tsc_info to return -1 instead of -Exx.

We don't need to put fill errno because xc_hypercall_buffer_alloc
fills the errno with the appropriate errno values and we just
need to pass them up the stack.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxc/xc_domain.c